home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / japanese / kdp32_1 / example.bat < prev    next >
Encoding:
DOS Batch File  |  1992-03-18  |  319 b   |  15 lines

  1. @echo off
  2. kdtest
  3. if ERRORLEVEL 1 goto present
  4. :notpresent
  5. rem put commands here to be used if KDPLUS not active
  6. rem the following is just an example
  7. echo KDPLUS not present
  8. goto end
  9. :present
  10. rem put commands here to be used if KDPLUS active
  11. rem the following is just an example
  12. echo KDPLUS present
  13. :end
  14. 
  15.